Utility.setNested Method
Sets a value in the specified object using the specified keys as property names accessed successively within nested objects.
Parameters
- object
-
Type: Object
An object used to store the value.
- keys
-
Type: Array
ElementType: String
An array of property names to access on object to set the value.
- value
-
The value.
Return Value
Type: Boolean
true/> if